How to check the file type(.zip) before the upload
Hi all
At the time when we upload a file ,we see the Browse button , when we click it we see the list of files and folder to upload, so i need only .zip files to be displayed when i click browse button , i am having the JS code to validate on the client side , it is working very fine , but my question is
1> when the client sees the upload page and tries to upload a file he must see only the files having .zip extention before he clicks the upload button
2> No other files must be visible to him
3> It must be onClick event in which the client or user clicks the browse button to upload and must see only the .zip files
please help me ,
its urgent
warm regards